home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_23089.txt < prev    next >
Text File  |  1991-02-27  |  1KB  |  23 lines

  1. -- card: 23089 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 6
  9. ----- text -----
  10. 9.  Programming Considerations
  11.  
  12. -- part contents for background part 4
  13. ----- text -----
  14. A program's efficiency may be a measure of its raw processing speed.  However as both hardware performance and user expectations continue to rise rapidly, this sort of efficiency is subordinate to the efficiency of the overall software lifecycle.
  15.  
  16. Programmers naturally strive for efficiency by attempting to minimize the amount of future effort a program will generate.  This often involves tradeoffs among short-term and long-term investments by the programmer, and ease of use and flexibility from the user's perspective.
  17.  
  18. This chapter discusses programming issues related to code reusability, portability, and user-interface design in the context of TC and C++.  Code for implementing simple, portable graphics is included.  The chapter concludes with a suggested TC "root" class which may help avoid dynamic memory allocation bugs. 
  19.  
  20.  
  21. -- part contents for background part 7
  22. ----- text -----
  23. 200